home *** CD-ROM | disk | FTP | other *** search
- object DlgTipsForm: TDlgTipsForm
- Left = 367
- Top = 143
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = 'Did you know...'
- ClientHeight = 251
- ClientWidth = 389
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Shape1: TShape
- Left = 1
- Top = 1
- Width = 74
- Height = 216
- Brush.Color = 8366677
- end
- object Shape2: TShape
- Left = 74
- Top = 1
- Width = 314
- Height = 41
- Brush.Color = 10534992
- end
- object Shape3: TShape
- Left = 74
- Top = 40
- Width = 314
- Height = 177
- end
- object LampImage: TImage
- Left = 1
- Top = 1
- Width = 74
- Height = 58
- Center = True
- Picture.Data = {<image000.bmp>}
- end
- object TipNameLabel: TTntLabel
- Left = 82
- Top = 44
- Width = 295
- Height = 24
- AutoSize = False
- Caption = 'Uploader'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object TipTextLabel: TTntLabel
- Left = 82
- Top = 70
- Width = 295
- Height = 139
- AutoSize = False
- Caption =
- 'To copy file or a folder, you can just drag and drop it to targe' +
- 't directory or folder.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- WordWrap = True
- end
- object TitleLabel: TTntLabel
- Left = 82
- Top = 12
- Width = 295
- Height = 24
- AutoSize = False
- Caption = 'Did you know...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object ShowBox: TTntCheckBox
- Left = 18
- Top = 228
- Width = 151
- Height = 17
- Caption = '&Show tips on start'
- TabOrder = 0
- end
- object NextButton: TTntButton
- Left = 216
- Top = 224
- Width = 75
- Height = 25
- Caption = 'Next tip'
- Default = True
- TabOrder = 1
- OnClick = NextButtonClick
- end
- object CloseButton: TTntButton
- Left = 296
- Top = 224
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Close'
- TabOrder = 2
- OnClick = CloseButtonClick
- end
- end
-